home *** CD-ROM | disk | FTP | other *** search
/ Dream Season 1996 - Flor…a's National Championship / Florida's National Championship on CD-ROM - Dream Season 1996.iso / mac / Dream Season '96 / Dream Season '96.DXR / 00183_Load Media Previews.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  298 b   |  14 lines

  1. on exitFrame
  2.   global gVIDEOSPRITE, gAUDIOSPRITE
  3.   if the visible of sprite (gVIDEOSPRITE + 1) then
  4.     if the movieRate of sprite (gVIDEOSPRITE + 1) > 0 then
  5.       go(the frame)
  6.     end if
  7.   else
  8.     MediaIconRollover()
  9.     if LoadRecordPreviews() then
  10.       go(the frame)
  11.     end if
  12.   end if
  13. end
  14.